default

fun default(allowableIds: AllowableIdentifiers): EntryValidator<Identifier>

builds a String EntryValidator with default behavior

Use if your identifier list may not be available at load-time (during modInitialization, typically), but will be available during updating (in-game). Lists from a Tag or Registry are easy examples, as the registry may not be fully populated yet, and the tag may not be loaded.

Author

fzzyhmstrs

Since

0.2.0

Parameters

allowableIds